Release 10.1A: OpenEdge Development:
Progress Dynamics Basic Development
Naming length limits
There are no strict limits beyond the normal Progress limits on lengths of table names and field names in Dynamics. But if you observe some sensible conventions, it is easier to use your database within a standard framework. For example, the tools that display these entity or field names expect a reasonable maximum length and provide an appropriate display format. A good limit for table names and field names is 32 characters.
The "Using ERwin with Progress Dynamics" section later in this chapter gives a brief look at the ERwin modeling tool template that you can use to generate a new database schema. That template includes many domain definitions for particular types of fields. These field type definitions include data type, format, and other standard characteristics. When you categorize your database fields in this way, you avoid having fields with no consistent pattern of sizes and formats. Instead, you have a manageable number of discrete subtypes that are used for different purposes. This allows utilities that autogenerate parts of your application, such as application screens, to work more easily and effectively.
Table 2–2 provides a few sample guidelines based on standards from the ERwin template.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |